projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7780b89
)
build: Require meson 0.54
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 30 Sep 2020 19:10:34 +0000
(15:10 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 30 Sep 2020 19:26:20 +0000
(15:26 -0400)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 6ad27d21587c8d9188af79a90ac73b3d647fae3e..ac940638fc4f868a25c41e14937378fd1d6cbabb 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-7,7
+7,7
@@
project('gtk', 'c',
# https://github.com/mesonbuild/meson/issues/2289
'c_std=gnu99',
],
- meson_version : '>= 0.5
3
',
+ meson_version : '>= 0.5
4
',
license: 'LGPLv2.1+')
glib_major_req = 2